home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 376-400 / disk_386 / xlispstat / src1.lzh / Headers / plot2.h < prev    next >
C/C++ Source or Header  |  1989-11-28  |  902b  |  14 lines

  1. extern void DrawAxes(struct Window *,double [],double [],char *,char *,int,
  2.                int,int,int),
  3.             DrawBars(struct Window *,double [],double [],double [],int [],
  4.                double [],double [],int,int,int,int,int),
  5.             InitPlot(struct Window *,int *,int *,int *,int *),
  6.             PlotLines(struct Window *,double [],double [],int,double [],
  7.                double [],short [],int,int,int,int,int),
  8.             PlotPoints(struct Window *,double [],double [],int,char *,
  9.                double [],double [],short [],int,int,int,int);
  10. extern int  DumpRPort(union printerIO *,struct RastPort *,struct ColorMap *,
  11.                unsigned long,int,int,int,int,int,int,unsigned short),
  12.             PrintGraph(struct Window *,int,int,int,int),
  13.             PrintWindow(struct Window *,int,int,int,int,double,double),
  14.             SaveWindow(struct Window *,char [],int,int,int,int);